home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global ghfathlete, ghfathleteno, gHFstate, gHFcurrSide, gHFcurrSidePage, gHFcurrSideSize
- set vside to value(gHFstate)
- set vlines to 0
- set gHFcurrSide to "SIDE" & ghfathleteno & vside
- set gHFcurrSidePage to 1
- set gHFcurrSideSize to 3
- repeat with vI = 1 to 3
- if GetAssetNo(gHFcurrSide & "1" & vI) >= 1 then
- set gHFcurrSideSize to vI
- exit repeat
- end if
- end repeat
- set vName to gHFcurrSide & gHFcurrSidePage & gHFcurrSideSize
- set vNum to GetAssetNo(vName)
- if the number of cast GetAssetNo(gHFcurrSide & gHFcurrSidePage + 1 & gHFcurrSideSize) < 1 then
- set the visible of sprite 44 to 0
- else
- set the visible of sprite 44 to 1
- end if
- set gHFstate to "0"
- if gHFcurrSideSize = 1 then
- go("caption1a")
- else
- if gHFcurrSideSize = 2 then
- go("caption1b")
- else
- if gHFcurrSideSize = 3 then
- go("caption1c")
- end if
- end if
- end if
- puppetSprite(42, 1)
- puppetSprite(43, 1)
- if the number of cast GetAssetNo("SBTITLE" & ghfathleteno & vside & 1 & gHFcurrSideSize) >= 1 then
- set the castNum of sprite 42 to cast GetAssetNo("SBTITLE" & ghfathleteno & vside & 1 & gHFcurrSideSize)
- set the locV of sprite 42 to getAt(the rect of sprite 35, 2) + 5
- set vOffset to getAt(the rect of sprite 35, 1)
- set vWidth to the width of sprite 35 - the width of cast GetAssetNo("SBTITLE" & ghfathleteno & vside & 1 & gHFcurrSideSize)
- set the locH of sprite 42 to vOffset + (vWidth / 2)
- put vOffset && vWidth && vOffset + (vWidth / 2)
- end if
- set the castNum of sprite 43 to cast GetAssetNo(gHFcurrSide & gHFcurrSidePage & gHFcurrSideSize)
- updateStage()
- end
-